readme: deprecate lua
authorPaul Donald <[email protected]>
Fri, 7 Nov 2025 13:36:28 +0000 (14:36 +0100)
committerPaul Donald <[email protected]>
Fri, 7 Nov 2025 13:36:39 +0000 (14:36 +0100)
All new apps shall be in js and ucode.

Signed-off-by: Paul Donald <[email protected]>
README.md

index a3e4f4b5da15b317762762e668024e1302681f44..7a9027f8340f1707b4280c4f8abea0cba127b815 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To install all its package definitions, run:
 
 You can browse the generated API documentation directly on Github.
 
- - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html)
+ - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html); Note: deprecated - Lua will be removed in future. Use ucode rpcd for server side operations.
  - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html)
 
 ## Development